Function AVERAGE_SCAT

Package

scatutils

Short description

Average successive frames of a scattering transform

Usage

    S = AVERAGE_SCAT(S, T, step, window_fun)

Input

    S (cell): A scattering transform.
    T (int): The length of the window with which to average.
    step (int, optional): The stepping of the successive windows (default 
        T/2).
    window_fun (function handle, optional): The windowing function to use for
        averaging (default @hanning_standalone).

Output

    S (cell): The scattering transform with each signal averaged over a 
       window of length N using the window function specified.

Description

See also

List of all packages